home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr51 / dlist120.zip / README.1ST < prev   
Text File  |  1993-04-24  |  3KB  |  67 lines

  1.  
  2. From the desk of Lonnie J. Rolland
  3. on the date 07/05/92
  4.  
  5. Please find contained within the zip file a program called 'dList.exe'
  6.  
  7. It is a listing utility for dBase .dbf data files.
  8.  
  9. ***********************************************************************
  10. It is based largely upon one of the sample programs of:
  11.   Bill MacLeod (major domo at)
  12.   Max Software Consultants, Inc
  13.   Baltimore, MD. 21218
  14.   ph. 410/783-2668
  15.  
  16. They make software programmers toolboxes for Turbo Pascal.
  17. I highly recommend getting a copy of their 'skipjack' package.
  18. **********************************************************************
  19.  
  20. This program takes as a command line parameter a DBF data file.
  21. It can optionally take as a second parameter a NDX index file or a switch.
  22. It can optionally take as a third parameter a switch.
  23.  
  24. The switches ( "/F" or "/C" ) are for selecting a subset of the database
  25. instead of getting the whole thing.  Use the "/F" switch to select field
  26. name if you want some of the fields and not all of them. Or is you want
  27. them to come out in a different left to right order.  Use the "/C" switch
  28. to select a FOR condition. This is another name for a filter where you
  29. want an output of only names equal to 'jones'. The expression must
  30. evaluate to a boolean.  An example would be: " com='T' " where com is
  31. short for company and is a name of one of the fields.  Here you would
  32. get all the companies that started with a 'T'.
  33.  
  34. I am a tech support engineer and sysop at Symbol Technology in Costa
  35. Mesa California.  The BBS phone number is 714/549-6669. It answers at
  36. 1200 and up to 14,400 baud.
  37.  
  38. This program has no warantee, and stands as it is.  I will assume no
  39. responsibility for any loss of your data from usage of the program.
  40.  
  41. I am asking NO money for the utility.  If you are so inclined, please
  42. give me a call and tell me what's right and/or wrong with the program.
  43. Thank SYMBOL for being my steady employer :-)
  44. My work phone number is 714/549-6612.
  45.  
  46. This is version 1.20
  47.  
  48. HISTORY
  49.  
  50. ver 1.00 - initial release
  51. ver 1.10 - Filled a request to modify the way the '/F' switch works.
  52.            If you use '/F', it will now show you the fields that are
  53.            available first before you start your pick.
  54.            Trimmed the prgm's stack and heap usage.  This utility now
  55.            needs a mere 190kb to run successfully.
  56. ver 1.20 - A sharp eyed user quickly spotted a 'foopaw' on my part. If
  57.            you are looking to see the fields to pick from when you use
  58.            a switch AND you are re-directing to a file or printer, you
  59.            saw none because the field list was being re-directed also.
  60.            Added peren'ed numbers to the gen'ed field list.
  61.            Great news!  You may also use a double switch, '/FC', and it
  62.            will first ask you for your field names and then secondly ask
  63.            you for the FOR condition.  The result will be a subset of a
  64.            subset of the original data.
  65.  
  66. <relax & enjoy>
  67.